projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f894e67
)
(Regexps): Use @samp for regexp that is not in Lisp syntax.
author
Luc Teirlinck
<teirllm@auburn.edu>
Sat, 11 Mar 2006 21:18:15 +0000
(21:18 +0000)
committer
Luc Teirlinck
<teirllm@auburn.edu>
Sat, 11 Mar 2006 21:18:15 +0000
(21:18 +0000)
man/search.texi
patch
|
blob
|
history
diff --git
a/man/search.texi
b/man/search.texi
index 4afcba837e96577023a107fc849c7a5879606d2d..a38f56e3f26a33d629ea1cf5af39a8999b380d16 100644
(file)
--- a/
man/search.texi
+++ b/
man/search.texi
@@
-689,7
+689,7
@@
never remove the special meaning of @samp{-} or @samp{]}. So you
should not quote these characters when they have no special meaning
either. This would not clarify anything, since backslashes can
legitimately precede these characters where they @emph{have} special
-meaning, as in @
code
{[^\]} (@code{"[^\\]"} for Lisp string syntax),
+meaning, as in @
samp
{[^\]} (@code{"[^\\]"} for Lisp string syntax),
which matches any single character except a backslash.
@node Regexp Backslash